home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / ScreenSavers / BackSpaceViews / FlippyFloppyView.BackModule / FlippyFloppy.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  436 b   |  32 lines

  1. FlippyFloppyView = {
  2.     ACTIONS = {
  3.     inspector:;
  4.     setFlippyText:;
  5.     setFloppyFont:;
  6.     changeFont:;
  7.     setHyperness:;
  8.     };
  9.     OUTLETS = {
  10.     hypernessField;
  11.     textFont;
  12.     inspectorPanel;
  13.     fontNameDisplay;
  14.     setFontButton;
  15.     textPanel;
  16.     hyperSlider;
  17.     flippyFloppyButton;
  18.     };
  19.     SUPERCLASS = View;
  20. };
  21. BackView = {
  22.     OUTLETS = {
  23.     image;
  24.     };
  25.     SUPERCLASS = View;
  26. };
  27. FirstResponder = {
  28.     ACTIONS = {
  29.     };
  30.     SUPERCLASS = Object;
  31. };
  32.